Defines the priority for this job relative to other jobs.
__property long Priority;
long Priority;
Property Priority() As long
100
This value is used to prioritize jobs waiting for execution in a queue.
If the job is assigned to a Queue that limits the number of concurrent jobs, and more than one job is waiting to be executed in the Queue, the Priority determines the order in which jobs will be executed: jobs with higher priority are executed before jobs with lower priority, regardless of how long the jobs have been waiting for execution.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|